cgtqmx6eval: Use the default CONFIG_SYS_PBSIZE
authorOtavio Salvador <[email protected]>
Thu, 23 Jul 2015 14:02:20 +0000 (11:02 -0300)
committerStefano Babic <[email protected]>
Sun, 26 Jul 2015 10:21:58 +0000 (12:21 +0200)
commitd6ec45da301ffa865ea8f9a9a481d49dfdb9b24f
tree6ce4314a4273fdc20622fcbbc09522c8a87afb49
parent72d21256fb6283faac35abf01cd25a37ca150316
cgtqmx6eval: Use the default CONFIG_SYS_PBSIZE

Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".

Use the default CONFIG_SYS_PBSIZE definition from config_fallbacks.h to solve
this problem.

Signed-off-by: Otavio Salvador <[email protected]>
include/configs/cgtqmx6eval.h